projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa49936
)
(MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
author
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 05:23:35 +0000
(
05:23
+0000)
committer
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 05:23:35 +0000
(
05:23
+0000)
since NEXTSTEP's wrongly ignores TZ.
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 257fda9df1ca077edfeecfd50558853a65d4a087..f4f5f54f467485233a267b73d54582a161f5accf 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-472,7
+472,8
@@
ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
#define GETLOADAVG_OBJ getloadavg.o
#endif
-#ifdef HAVE_MKTIME
+/* NEXTSTEP mktime wrongly ignores TZ. */
+#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
#define MKTIME_OBJ
#else
#define MKTIME_OBJ mktime.o